home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / graphics / gnuplot / contrib / russo / README < prev    next >
Encoding:
Text File  |  1992-03-25  |  786 b   |  25 lines

  1. November 1991
  2.  
  3. G N U P L O T I O
  4.  
  5. Gnuplotio is a C-function interface library which allows an
  6. application program to run Gnuplot interactively over UNIX pipes.
  7. Possible uses include using gnuplot as a cheap graphics library.
  8. By passing it data files and plot commands an application can have
  9. graphics without writing any graphics code.
  10.  
  11. If gnuplot has the "table" terminal type,
  12. then Gnuplotio turns Gnuplot into a poor man's expression evaluator.
  13.  
  14.  
  15.  
  16. Written by Kevin Russo   SFA, Inc/Naval Research Lab, Code 5133   March 1991
  17. russo@orion.nrl.navy.mil or russo@rudedog.nrl.navy.mil
  18.  
  19. Compiling the demo.  gplot.c is a sample program using the library.
  20.     % make gplot 
  21.        
  22. Detailed documentation - see gnuplotio.3 for details.
  23.     % make man
  24.     % cat gnuplotio.3 | col | ul | more -s -f -
  25.